home *** CD-ROM | disk | FTP | other *** search
/ Chip: Hang es video / CHIP_ZENESZERKESZTO_2005.ISO / audio_1 / psycle / Psycle / Skins / default / psycle 1.1+ header.psh < prev    next >
Text File  |  2002-11-12  |  598b  |  24 lines

  1. // source coords in bitmap
  2. // x, y, width, height
  3.  
  4. // numbers must be fixed height and width - ie
  5. // each number has the same dimensions - and they are
  6. // laid out in the order 0123456789
  7.  
  8. // on indicators also designate clickable area
  9.  
  10. "background_source"=0,0,106,16
  11. "number_0_source"=0,16,7,12
  12. "record_on_source"=70,16,9,9
  13. "mute_on_source"=79,16,9,9
  14. "solo_on_source"=88,16,9,9
  15.  
  16. // destination coords to be rendered to
  17. // destinations use 0,0 as top left of background
  18.  
  19. "digit_x0_dest"=10,2
  20. "digit_0x_dest"=17,2
  21. "record_on_dest"=40,4
  22. "mute_on_dest"=63,4
  23. "solo_on_dest"=85,4
  24.